DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T,K> Class / RefreshAsync(CancellationToken) Method
The cancellation token.

In This Topic
    RefreshAsync(CancellationToken) Method
    In This Topic
    Removes the cached data and loads the whole collection from scratch.
    Syntax
    'Declaration
     
    Public Function RefreshAsync( _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task
    public Task RefreshAsync( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also